home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
doom
/
schooldm.zip
/
SCHOOLDM.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-07-03
|
365b
|
21 lines
@echo off
if exist dehacked.exe goto thisdir
if exist dehacked\dehacked.exe goto dehdir
echo Patch not installed
doom -file schooldm.wad
goto end
:thisdir
dehacked -reload
dehacked -load schooldm.deh
doomhack -file schooldm.wad
goto end
:dehdir
dehacked\dehacked -reload
dehacked\dehacked -load schooldm.deh
doomhack -file schooldm.wad
:end